home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 001-100 / 076-100 / 091 / adlcomp / readme < prev    next >
Text File  |  1995-03-18  |  549b  |  16 lines

  1. This directory contains the sources for adlcomp(6).
  2. The files in this directory are as follows:
  3.  
  4.     adlcomp.c        --    Main program for adlcomp
  5.     adllex.c        --    Lexical analyzer for adlcomp
  6.     adlglob.c        --    Global variables
  7.     adlmisc.c        --    Miscellaneous goodies
  8.     adlmsg.c        --    Message writing routines
  9.     adlobj.c        --    Object manipulations.
  10.     codegen.c        --    One pass code generator for routcomp.c
  11.     compdict.c        --    Symbol table routines
  12.     predef.c        --    Predefined tokens for adlcomp
  13.     routcomp.c        --    Routine compiler
  14.  
  15. To make adlcomp, simply type "make" in this directory.
  16.